home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / e34.zip / E!.PRO < prev    next >
Text File  |  1988-11-01  |  5KB  |  106 lines

  1. ** E! - Main PROFILE  VERSION 3.4
  2. ** //////////////////////////////
  3.  
  4. ** This a "dummy" version of the main PROFILE. It contains all usable
  5. ** commands in a E! PROFILE but they are all commented out.
  6. ** To activate a command please remove double asterisks at the beginning of
  7. ** the profile line and choose either "yes" or "no" or any required parameter.
  8. ** Text following the double asterisk is always ignored.
  9.  
  10. ** NOTE: Unlike on the E! command line, abbreviations are not allowed in a
  11. ** E! PROFILE.
  12.  
  13. ** NOTE: Many of these commands can be entered on the E! command line.
  14.  
  15. ** Ega-Vga         Yes/No        ** 35/43/50 lines display switch
  16. ** 35lines         Yes/No        ** 35/43 lines ega switch
  17. ** Sound           Yes/No        ** error beep
  18. ** AutoBack        Yes/No        ** backspace mode switch
  19. ** Wrap            Yes/No        ** wordwrap switch
  20.                                  ** (Not allowed in the main PROFILE)
  21. ** AutoComp        Yes/No        ** Compress / Expand mode switch
  22. ** AutoSave        Yes/No        ** Autosave switch
  23. ** AutoScroll      Yes/No        ** AutoScroll switch
  24. ** AutoTab         Yes/No        ** AutoTab switch
  25. ** AutoLimit       n             ** number of keystrokes to activate autosave
  26.                                  ** 0 to stop or Autosave No
  27. ** Bak             Yes/No        ** .BAK files generation switch
  28. ** Spaces          Yes/No        ** Remove trailing spaces before saving
  29. ** Code            Yes/No        ** Error code display switch
  30. ** Undo            n             ** Size of undo buffer (bytes)
  31. ** Delay           n             ** (0..32767) secondary help lines delay
  32. ** AddOnLast       Yes/No        ** Last line lock switch
  33. ** IBM101T         Yes/No        ** IBM enhanced keyboard switch
  34. ** Insert          Yes/No        ** Insert key default status
  35. ** PrtInit         /n/n/n/n/...  ** Ascii codes sent to printer before printing
  36. ** Justify         Yes/No        ** Justify switch
  37.                                  ** (Not allowed in main PROFILE)
  38. ** Log             Yes/No        ** Log file generation switch
  39. ** Margins      left right par.  ** Margins definition
  40. ** Pause           Yes/No        ** Pause or not when returning from DOS
  41. ** Snow            Yes/No        ** Automatic function.Use only in case of error
  42. ** Scroll          n             ** Horiz. scrolling amount (Alt F3,F4)
  43. ** Tabs            n1 n2 n3 ...  ** Default tabs
  44.                                  ** (E! default are DOS positions)
  45. ** Typematic       speed delay   ** Typematic adjustment (see documentation)
  46. ** Lock            xxx           ** Lock .xxx files (one line per extension)
  47. ** Warning         Yes/No        ** "Warning before overwriting" switch
  48. ** Cursor          Yes/No        ** Accelerated cursor switch.
  49.                                  ** Use only if problem with keyboard BIOS(Compaq)
  50. ** Compile         ext  command  ** Compiler definition for exetension "ext"
  51. ** Eol             [CRLF|CR|LF|LFCR]
  52.                                  ** Character sequence at EOL when saving
  53.                                     (please do not use unless you have read
  54.                                      the documentation)
  55. ** Search          [c][b][*][-]  ** Default search options
  56.  
  57. ** Define   code   @macname      ** Assign macro to the specified key
  58. **          code   $proname      ** Assign profile to the specified key
  59. **          code   &commandname  ** Assign command to the specified key
  60. **          code   string        ** Assign string to the specified key
  61. **          code   "string"      ** Use quotes if assigned string contains spaces
  62. **          code   'string'      **
  63. **          code   functioncode  ** Assign function to the specified key
  64. **          code                 ** Restore default function
  65.  
  66. ** DEFINE without parameters has no effect in the main PROFILE.
  67.  
  68. ** COLORS DEFINITION =  DISPLAY_REGION  background foreground
  69.  
  70. ** C_help          b f           ** Help lines color
  71. ** C_block         b f           ** Marked block color
  72. ** C_border        b             ** Border color (CGA / VGA only)
  73. ** C_command       b f           ** Command line color
  74. ** C_cursor        b f           ** Virtual cursor color
  75. ** C_messages      b f           ** Messages color
  76. ** C_Status1       b f           ** Status line color
  77. ** C_Status2       b f           ** Status line color (variables)
  78. ** C_Text          b f           ** Edited text color
  79.  
  80. ** COLOR CODES
  81.  
  82. **   0 black         8  light gray
  83. **   1 blue          9  light blue
  84. **   2 green         10 light green
  85. **   3 cyan          11 light cyan
  86. **   4 red           12 light red
  87. **   5 magenta       13 light magenta
  88. **   6 brown         14 yellow
  89. **   7 gray          15 white
  90.  
  91. ** CURSOR SHAPE DEFINITION =  DISPLAY TYPE  top_line   bottom_line
  92.  
  93. ** CursorMono     tl bl         ** Cursor shape overwrite mode
  94. ** CursorCol      tl bl
  95. ** CursorMonoIns  tl bl         ** Cursor shape insert mode
  96. ** CursorColIns   tl bl
  97.  
  98. **    ┌────────────┐  character matrix top (line 0)
  99. **    │            │
  100. **    │            │
  101. **    ├────────────┤  cursor top line (tl)      RANGE:
  102. **    │▒▒▒▒▒▒▒▒▒▒▒▒│                            mono : 0-7
  103. **    │▒▒▒▒▒▒▒▒▒▒▒▒│                            color: 0-13
  104. **    │▒▒▒▒▒▒▒▒▒▒▒▒│
  105. **    └────────────┘  cursor bottom line (bl)
  106.